projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2051e25
)
(directory-abbrev-alist): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Sep 1993 17:51:40 +0000
(17:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Sep 1993 17:51:40 +0000
(17:51 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 4696dbababe5a24939b9a7eeebac734a2621a7f6..01d08ed0c71d294a41a3caef8fa0e51360686440 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-39,6
+39,9
@@
FROM with TO when it appears in a directory name. This replacement is
done when setting up the default directory of a newly visited file.
*Every* FROM string should start with `^'.
+Do not use `~' in the TO strings.
+They should be ordinary absolute directory names.
+
Use this feature when you have directories which you normally refer to
via absolute symbolic links. Make TO the name of the link, and FROM
the name it is linked to.")